* lisp/isearch.el (isearch-mode-map): Bind `isearch-toggle-invisible' to "\M-si".
authorJuri Linkov <juri@jurta.org>
Thu, 30 May 2013 23:45:41 +0000 (02:45 +0300)
committerJuri Linkov <juri@jurta.org>
Thu, 30 May 2013 23:45:41 +0000 (02:45 +0300)
commit83af75affd4629ecf8b2e7e091acee4a9947c3b6
tree37c66ede998438eacf0e157fd91a58d254606485
parent180a5dc4ce20628c70f761b54fa4055294ab4c50
* lisp/isearch.el (isearch-mode-map): Bind `isearch-toggle-invisible' to "\M-si".
(isearch-invisible): New variable.
(isearch-forward): Doc fix.
(isearch-mode): Set `isearch-invisible'
to the value of `search-invisible'.
(isearch-toggle-case-fold): Doc fix.
(isearch-toggle-invisible): New command.
(isearch-query-replace): Let-bind `search-invisible'
to the value of `isearch-invisible'.
(isearch-search): Use `isearch-invisible' instead of
`search-invisible'.  Let-bind `search-invisible'
to the value of `isearch-invisible'.
etc/NEWS
lisp/ChangeLog
lisp/isearch.el